home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000090_timbl _Thu May 21 10:21:30 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <timbl>
  2. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA10391; Thu, 21 May 92 10:21:30 GMT+0200
  4. Date: Thu, 21 May 92 10:21:30 GMT+0200
  5. From: timbl (Tim Berners-Lee)
  6. Message-Id: <9205210821.AA10391@ nxoc01.cern.ch >
  7. Received: by NeXT Mailer (1.62)
  8. To: frenkiel@cdfap2.in2p3.fr (Pierre Frenkiel)
  9. Subject: Re: www line mode browser
  10. Cc: www-talk@nxoc01.cern.ch
  11.  
  12.  
  13. > Date: Thu, 21 May 92 10:04:16 +0200
  14. > From: frenkiel@cdfap2.in2p3.fr (Pierre Frenkiel)
  15.  
  16. >  I'm using an X terminal, with a mterm window of 60 lines.
  17. > it's rather frustrating to see that the browser only uses 24 lines.
  18. > I thought that the use of the terminfo corresponding to the TERM variable 
  19.  
  20. > was a standard unix feature.
  21. > Pierre Frenkiel - tel:(331)/44.27.15.27 - e-mail:frenkiel@cdfap2.in2p3.fr
  22.  
  23.  
  24. 1.  Unfortunately it is only standard unix, and www runs also on vms, vm, pc,...
  25.     However, if you contribut the code to return the width and height of
  26.     the terminal for unix, I'll put it in to a unix-specific section
  27.     and many will be grateful.
  28.  
  29. 2.  Try
  30.         alias www /usr/local/bin/www -p60
  31.  
  32. 3. I guess a shell script could do that too -- that's what we do on VM/CMS
  33.  
  34.     Tim BL